Modulus Operator (%) (JScript 5.6)

Divides the value of one expression by the value of another, and returns the remainder.

result = number1 % number2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also